HTMLify

index.html
Views: 48 | Author: cody
<!DOCTYPE html>
<html>

<head>
    <meta charset='utf-8'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge'>
    <title>Folding Cube Loader</title>
    <meta name='viewport' content='width=device-width, initial-scale=1'>
    <link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
    <link rel='stylesheet' type='text/css' media='screen' href='style.css'>
</head>

<body>

    <section>
        <div class='folding-cube'>
            <div class='cube cube-1'></div>
            <div class='cube cube-2'></div>
            <div class='cube cube-4'></div>
            <div class='cube cube-3'></div>
        </div>
    </section>

</body>

</html>

Comments